| Previous | Chapter Contents | Chapter Top | Next |
These flags specify details of initializing a part with an atomic instrument and are passed to the MusicSetPartAtomicInstrument function [link] .
enum {
kSetAtomicInstKeepOriginalInstrument = 1 << 0,
kSetAtomicInstShareAcrossParts = 1 << 1,
kSetAtomicInstCallerTosses = 1 << 2,
kSetAtomicInstDontPreprocess = 1 << 7
};
| Previous | Chapter Contents | Chapter Top | Next |